home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
oddech
/
flashgame
/
bowling
/
install
/
bowling.exe
/
scripts
/
DefineButton2_35
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-11-05
|
398b
|
26 lines
on(release){
nextFrame();
co_zamknac = "MDL_rej";
tellTarget("/OKNO")
{
gotoAndStop("otworz");
play();
}
if("0" < ZDpunkty)
{
tellTarget("/MDL_rej")
{
gotoAndStop("otworz");
play();
}
}
else
{
tellTarget("/MDL_rej")
{
gotoAndStop("otworz2");
play();
}
}
}